home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Best of Shareware
/
Best of PC Windows Shareware 1.0 - Wayzata Technology (7111) (1993).iso
/
mac
/
DOS
/
BUSINESS
/
FRT
/
INSTALL.BAT
< prev
next >
Wrap
DOS Batch File
|
1992-08-12
|
857b
|
54 lines
echo off
cls
set drive=%1
rem change to root before making FREIGHT directory
if "%1" == "" goto error
rem create the directory \FREIGHT
md %drive%\FRTPLUS
cls
echo Press any key to install Freight+ UPS Rate Lookup
Echo .
echo .
echo .
pause
FRTPLUS %drive%\FRTPLUS
cls
echo .
echo Installation of FREIGHT+ Rate Lookup Complete...
echo to load the 5k TSR into memory type RATES
echo .
echo To activate Freight+ Rates (TSR) press 'Shift+F1' keys
echo.
echo To see a DEMO of Freight+ manifest type: FRT
echo .
%1
cd\FRTPLUS
goto exit
****
:error
cls
echo .
echo ERROR : Type INSTALL followed by the drive letter and a colon
echo EXAMPLE: INSTALL C:
echo Installation aborted
echo .
:EXIT